home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / DefineButton2_281 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-20  |  198 b   |  13 lines

  1. on(release){
  2.    if(_root.gooddomain != 1)
  3.    {
  4.       _root.share.play();
  5.    }
  6.    else
  7.    {
  8.       _root.player[1].lives = 4;
  9.       _root.player[1].score = 0;
  10.       gotoAndPlay(6);
  11.    }
  12. }
  13.